home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / kbpurge.zip / KBPURGE2.C < prev    next >
C/C++ Source or Header  |  1993-04-25  |  97b  |  7 lines

  1. #include <dos.h>
  2. /* purges keyboard buffer*/
  3. void main()
  4. {
  5.    int i;
  6.    i=bdos(0x0C,0,0);
  7. }